home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / prtcs155.zip / STARTRFS.REX < prev    next >
OS/2 REXX Batch file  |  1994-01-14  |  442b  |  9 lines

  1. /**/
  2. Parse Arg wplport Line baud host_address Infile Listed remote_address remote_sysop
  3. if arg() = 0 then EXIT
  4. xfq_site_object = XfqGetAddress(remote_address)
  5. if XfqHoldMailer(xfq_site_object) then address "AREXX" "ram:rexx/RFS.rexx" wplport Line baud host_address Infile Listed remote_address remote_sysop
  6. else address "LOGPROC" 'Putlog roofwpl' time() Line script 'HOLD Failed:'XFQERRORMSG remote_address
  7. drop XFQERRORCODE XFQERRORMSG
  8. exit
  9.